home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -in_the_mag- / banging_the_metal / clockpeek / clockpeek.readme < prev    next >
Text File  |  1999-12-02  |  1KB  |  36 lines

  1. CLOCKPEEK program notes
  2. =======================
  3.  
  4. The programs in this drawer demonstrate
  5. direct access to the hardware clock on
  6. the majority of Amigas. They are examples
  7. of 'banging the metal', inadvisable unless
  8. you know the configuration of the target
  9. system.
  10.  
  11. They were tested on both 6 Mb 68020 and
  12. Apollo 68060 A1200 systems, and require
  13. alterations for 16 bit systems like the
  14. A2000 or A500. They do not work on an
  15. A3000 or A4000 because those machines use
  16. a different type of Real Time Clock chip.
  17.  
  18. The program is provided in three forms:
  19.  
  20. (1) The original source, written in HiSoft Power
  21.     Basic (ClockPeek.bas). Edit and recompile this
  22.     to make a version of the demo suitable for 16
  23.     bit Amigas.
  24.  
  25. (2) ClockPeek.pbc, the same program compiled with
  26.     Power BASIC - this requires the corresponding
  27.     HiSoftBASIC.library (which is not PD) to run.
  28.     
  29. (3) ClockPeek, the same program compiled into
  30.     a standalone task with Hisoft BASIC 2. This
  31.     should run on any computer but assumes the
  32.     typical address of A1200 clock expansion.
  33.  
  34. Simon N Goodwin, December 1999
  35.  
  36.